47448d779c
also add script scopes test
7 lines
126 B
Kotlin
Vendored
7 lines
126 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// FILE: script.kts
|
|
|
|
fun main(): Boolean {
|
|
var liteProfileReached = false
|
|
return liteProfileReached
|
|
} |