Inline function: add extra tests taken from intellij-community
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
fun bar(br: Boolean) {
|
||||
val fe = 0
|
||||
if (br) {
|
||||
println(fe)
|
||||
}
|
||||
else {
|
||||
println(11)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user