Files
kotlin-fork/compiler/testData/diagnostics/tests/script/AccessForwardDeclarationInScript.ktscript
T
2012-05-23 02:52:29 +04:00

4 lines
48 B
Plaintext

val x = <!UNRESOLVED_REFERENCE!>y<!>
val y = 2