Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/fromJava/topLevel.after.Dependency.kt

8 lines
184 B
Kotlin
Vendored

@file:JvmName("TestKt")
fun test() {}
fun foo(i: Int, s: String): Boolean {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}