9659453351
#KT-30456 Fixed
8 lines
126 B
Plaintext
Vendored
8 lines
126 B
Plaintext
Vendored
import kotlin.Int.Companion as Int1
|
|
|
|
// WITH_RUNTIME
|
|
fun foo() {
|
|
val max = Int1.MAX_VALUE
|
|
val max2 = Int1.MAX_VALUE
|
|
}
|