Unused symbol: add test to fix behaviour #KT-16318 Obsolete
This commit is contained in:
committed by
Mikhail Glukhikh
parent
37d2386a0b
commit
ae509d5980
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: none
|
||||
|
||||
class My(val x: Int = IMPORTANT_CONST) {
|
||||
companion object {
|
||||
val <caret>IMPORTANT_CONST = 42
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user