mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Rewrite AbstractQuickFixTest based on light fixture test case
Don't reconfigure runtime before every test. For consistency, mark tests that require the runtime with directives instead of relying on test file names.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// "Use inherited visibility" "true"
|
||||
// RUNTIME_WITH_FULL_JDK
|
||||
abstract class C : ClassLoader() {
|
||||
<caret>private override fun findClass(var1: String): Class<*> {
|
||||
throw ClassNotFoundException(var1)
|
||||
|
||||
Reference in New Issue
Block a user