Extract Interface: Fix type import when converting parameter to property
#KT-18736 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import foo.Z
|
||||
|
||||
class Foo
|
||||
interface ISomething {
|
||||
val z: Z
|
||||
}
|
||||
Reference in New Issue
Block a user