KT-7151 Convert 'System.out.println()' to just 'println()'
#KT-7151 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun foo(b: Boolean) {
|
||||
if (b)
|
||||
System.out.println("true")
|
||||
println("true")
|
||||
else
|
||||
System.out.println("false")
|
||||
println("false")
|
||||
}
|
||||
Reference in New Issue
Block a user