e2f75463d7
Don't reconfigure runtime before every test. For consistency, mark tests that require the runtime with directives instead of relying on test file names.
8 lines
261 B
Kotlin
Vendored
8 lines
261 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$InitializeWithConstructorParameter" "false"
|
|
// ACTION: Make internal
|
|
// ACTION: Make private
|
|
// ACTION: Make protected
|
|
// WITH_RUNTIME
|
|
class A {
|
|
<caret>val n: Int by lazy { 0 }
|
|
} |