KT-3133 Editor suggest to specify the package when it already has specified
Do not suggest imports in imports and in qualified names #KT-3133 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package some
|
||||
|
||||
public class Some {
|
||||
class object {
|
||||
public fun test() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user