Add inspection to remove redundant qualifier name
#KT-12134 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
package my.simple.name
|
||||
|
||||
fun main() {
|
||||
val a = kotlin<caret>.Int.MAX_VALUE
|
||||
val b = kotlin.Int.Companion.MAX_VALUE
|
||||
val c = kotlin.Int.Companion::MAX_VALUE
|
||||
}
|
||||
Reference in New Issue
Block a user