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