Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
nonConstValWithConstantValueAttribute.kt
blob: d0080dc9742442386e25474c0c586eb21649a295 [
file
] [
log
] [
blame
]
// NO_CHECK_SOURCE_VS_BINARY
//ALLOW_AST_ACCESS
package
test
val nonConstVal1
=
1
class
C
{
val nonConstVal2
=
2
companion
object
{
val nonConstVal3
=
3
}
}
interface
I
{
companion
object
{
val nonConstVal4
=
4
}
}