Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
usageHighlighter
/
importAliasFromStdLibPropertyFromObject.kt
blob: bc069fbbb76084ad784e6a3a267c805c7a96ad3f [
file
] [
log
] [
blame
]
// WITH_RUNTIME
import
kotlin
.
Int
.
Companion
.
MAX_VALUE
as
<
info descr
=
"null"
>~
maxValue
</
info
>
fun main
()
{
<
info descr
=
"null"
>
maxValue
</
info
>
}