Support configuration directives FULL_JDK, WITH_RUNTIME, WITH_REFLECT in Psi2Ir tests.
This commit is contained in:
committed by
Dmitry Petrov
parent
d623c70778
commit
539d7ccf6f
@@ -1,3 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
val test1 by lazy { 42 }
|
||||
|
||||
class C(val map: MutableMap<String, Any>) {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test1() {
|
||||
val x by lazy { 42 }
|
||||
println(x)
|
||||
|
||||
Reference in New Issue
Block a user