Files
kotlin-fork/idea/testData/intentions/convertAssertToIf/assertErrorOverloaded.kt.after
T
Pavel V. Talanov 966da0b03f Fix ConvertAssertToIfWithThrowIntention
to not invoke ShortenReferences on file created by JetPsiFactory

 #KT-5476 Fixed
2014-07-21 18:52:27 +04:00

14 lines
147 B
Plaintext

package a
import java.lang
fun foo() {
if (!true) {
throw lang.AssertionError("text")
}
}
class AssertionError
// WITH_RUNTIME