Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertAssertToIf
/
assertErrorOverloaded.kt.after
blob: f4ee4d6537d44c68ac7ed284e1dbffa4f3d91183 [
file
] [
log
] [
blame
]
package
a
fun foo
()
{
if
(!
true
)
{
throw
AssertionError
(
"text"
)
}
}
class
AssertionError
// WITH_RUNTIME