Create from usage: Do not create functions/properties from import directives
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Create extension function 'foo'" "false"
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
package p
|
||||
|
||||
import p.<caret>foo
|
||||
|
||||
fun test() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
// "Create function 'foo'" "false"
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
package p
|
||||
|
||||
import p.<caret>foo
|
||||
|
||||
fun test() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user