Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertIfWithThrowToAssert
/
assertOverloaded2.kt.after
blob: c07313361e0f5b2ad1f438875911cbaee8483a98 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
package
foo
.
kotlin
fun foo
()
{
kotlin
.
assert
(!
true
)
{
"text"
}
}
fun
assert
(
x
:
Boolean
,
y
:
Any
)
{}