3756b6f54d
#KT-12134 Fixed
8 lines
133 B
Kotlin
Vendored
8 lines
133 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
package my.simple.name
|
|
|
|
import kotlin.Int.Companion.MAX_VALUE
|
|
|
|
fun main() {
|
|
val a = kotlin<caret>.Int.MAX_VALUE
|
|
} |