8 lines
94 B
Kotlin
Vendored
8 lines
94 B
Kotlin
Vendored
fun bar() {
|
|
false and false
|
|
}
|
|
|
|
// See exception in KT-13421
|
|
fun foo() {
|
|
42 and false
|
|
} |