9 lines
66 B
Kotlin
Vendored
9 lines
66 B
Kotlin
Vendored
package dsl
|
|
|
|
import test.Dsl
|
|
import test.R
|
|
|
|
@Dsl
|
|
fun R.foo2() {}
|
|
|