bd38363077
To explicitly specify which test are failing
9 lines
225 B
Plaintext
Vendored
9 lines
225 B
Plaintext
Vendored
// "Use inherited visibility" "true"
|
|
// RUNTIME_WITH_FULL_JDK
|
|
abstract class C : ClassLoader() {
|
|
<caret>override fun findClass(var1: String): Class<*> {
|
|
throw ClassNotFoundException(var1)
|
|
}
|
|
}
|
|
|
|
/* IGNORE_FIR */ |