Files
kotlin-fork/compiler/testData/cfg/declarations/properties/unreachableDelegation.values
T

5 lines
196 B
Plaintext
Vendored

== foo ==
val foo: Int by throw NullPointerException()
---------------------
NullPointerException() <v0>: {<: Throwable} NEW: call(NullPointerException(), <init>) -> <v0>
=====================