5 lines
53 B
Text
5 lines
53 B
Text
|
fun bad() {
|
||
|
var a = "first";
|
||
|
var a = "second";
|
||
|
}
|