20eb3fb492
#KT-30012 Fixed #KT-30432 Fixed #KT-30736 Fixed
6 lines
147 B
Kotlin
Vendored
6 lines
147 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import kotlin.Int.Companion.MAX_VALUE as <info descr="null">~maxValue</info>
|
|
|
|
fun main() {
|
|
<info descr="null">maxValue</info>
|
|
} |