Files
kotlin-fork/compiler/testData/diagnostics/tests/evaluate/logicWithNumber.kt
T

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<!>
}