9 lines
124 B
Kotlin
Vendored
9 lines
124 B
Kotlin
Vendored
fun bar() {
|
|
false and false
|
|
}
|
|
|
|
// See exception in KT-13421
|
|
fun foo() {
|
|
42 and <!ARGUMENT_TYPE_MISMATCH!>false<!>
|
|
}
|