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

6 lines
168 B
Kotlin
Vendored

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