Unused symbol: handling of import as alias not only for objects / enums #KT-11933 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Safe delete 'usedVar'" "false"
|
||||
// ACTION: Specify type explicitly
|
||||
import usedVar as used
|
||||
|
||||
var <caret>usedVar = 0
|
||||
|
||||
fun foo() {
|
||||
used++
|
||||
}
|
||||
Reference in New Issue
Block a user