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:
Dmitry Jemerov
2017-03-23 19:47:39 +01:00
parent 34ad19a912
commit e2f75463d7
127 changed files with 204 additions and 227 deletions

View File

@@ -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)