KT-14370 Completion inserts fully qualified name for any Java interface with single abstract method (SAM-interface)
#KT-14370 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package dependency
|
||||
|
||||
interface PseudoSAM
|
||||
|
||||
fun PseudoSAM(p: Int): PseudoSAM = TODO()
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
<selection>dependency.PseudoSAM</selection>.xxx
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import dependency.PseudoSAM
|
||||
|
||||
fun foo() {
|
||||
PseudoSAM.xxx
|
||||
}
|
||||
Reference in New Issue
Block a user