11 lines
148 B
Kotlin
Vendored
11 lines
148 B
Kotlin
Vendored
// RUNTIME_WITH_SCRIPT_RUNTIME
|
|
// OUT_OF_CODE_BLOCK: FALSE
|
|
// ERROR: Unresolved reference: a
|
|
|
|
plugins {
|
|
<caret>
|
|
}
|
|
|
|
fun plugins(f: () -> Unit) {
|
|
|
|
} |