Quick Fixes: Support cross-language "Create from Usage" with Kotlin target
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
@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.
|
||||
}
|
||||
Reference in New Issue
Block a user