Files
kotlin/compiler/testData/script/cliCompilation/hello_req.kt

6 lines
56 B
Kotlin
Vendored

class RequiredFromHello {
val name = "required"
}