Files
kotlin-fork/compiler/testData/diagnostics/tests/script/AccessForwardDeclarationInScript.kts
T

6 lines
68 B
Kotlin
Vendored

// FIR_IDENTICAL
val x = <!UNINITIALIZED_VARIABLE!>y<!>
val y = 2