blob: 1edf2226e6dcb8c9d8d0af85027468a2a2e6369e [file] [log] [blame]
package test.comments.line;
public class X04 {
void foo(boolean cond) {
//
// Delegate the loading of excluded classes to the
// standard class loader.
//
if (cond) {
}
}
}