8 lines
63 B
Kotlin
Vendored
8 lines
63 B
Kotlin
Vendored
// FALSE
|
|
plugins {
|
|
<caret>
|
|
}
|
|
|
|
fun plugins(f: () -> Unit) {
|
|
|
|
} |