mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Quick Fixes: Support cross-language "Create from Usage" with Kotlin target
This commit is contained in:
6
idea/testData/quickfix/createFromUsage/createFunction/fromJava/topLevel.before.Main.java
vendored
Normal file
6
idea/testData/quickfix/createFromUsage/createFunction/fromJava/topLevel.before.Main.java
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// "Add method 'foo' to 'TestKt'" "true"
|
||||
class J {
|
||||
void test() {
|
||||
boolean b = TestKt.<caret>foo(1, "2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user