// "Use inherited visibility" "true" abstract class C : ClassLoader() { private override fun findClass(var1: String): Class<*> { throw ClassNotFoundException(var1) } }