blob: 660fb4ce40ed2f92fbe7c02519cf4e6b9ed091ac [file] [log] [blame]
/**
* This is a [ClassLoader] and I can get its [ClassLoader.getResource]
*
* You can print something to [java.lang.System.out] now!
*/
class C : ClassLoader {
}