[KT-4124] Fix some tests from common testData
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
// Enable when JS backend supports Java class library, or consider replacing System.out.println with kotlin.println
|
||||
// TARGET_BACKEND: JVM
|
||||
class Greeter(var name : String) {
|
||||
fun greet() {
|
||||
name = name.plus("")
|
||||
System.out?.println("Hello, $name");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user