Always generate primitive boolean constants as expressions of type 'kotlin.Boolean'.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test1(b: Boolean) {
|
||||
b && return
|
||||
}
|
||||
|
||||
fun test2(b: Boolean) {
|
||||
b || return
|
||||
}
|
||||
Reference in New Issue
Block a user