966da0b03f
to not invoke ShortenReferences on file created by JetPsiFactory #KT-5476 Fixed
10 lines
96 B
Kotlin
10 lines
96 B
Kotlin
package a
|
|
|
|
fun foo() {
|
|
<caret>assert(true, "text")
|
|
}
|
|
|
|
class AssertionError
|
|
|
|
// WITH_RUNTIME
|