966da0b03f
to not invoke ShortenReferences on file created by JetPsiFactory #KT-5476 Fixed
14 lines
147 B
Plaintext
14 lines
147 B
Plaintext
package a
|
|
|
|
import java.lang
|
|
|
|
fun foo() {
|
|
if (!true) {
|
|
throw lang.AssertionError("text")
|
|
}
|
|
}
|
|
|
|
class AssertionError
|
|
|
|
// WITH_RUNTIME
|