mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +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/classMember.after.java
vendored
Normal file
6
idea/testData/quickfix/createFromUsage/createFunction/fromJava/classMember.after.java
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// "Add method 'foo' to 'K'" "true"
|
||||
class J {
|
||||
void test(K k) {
|
||||
boolean b = k.<caret>foo(1, "2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user