mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
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) {
|
|
|
|
} |