Files
kotlin-fork/compiler/testData/diagnostics/tests/constantEvaluator/constant/exceptionWhenEvaluate.kt
T
2021-07-29 15:25:53 +03:00

5 lines
95 B
Kotlin
Vendored

package test
// val prop1: null
<!DEBUG_INFO_CONSTANT_VALUE("null")!>val prop1 = "".get(0)<!>