mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Minor, rename codegen tests on platformName and platformStatic
This commit is contained in:
19
compiler/testData/codegen/boxWithJava/jvmStatic/object/Test.java
vendored
Normal file
19
compiler/testData/codegen/boxWithJava/jvmStatic/object/Test.java
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
class Test {
|
||||
|
||||
public static String test1() {
|
||||
return A.test1();
|
||||
}
|
||||
|
||||
public static String test2() {
|
||||
return A.test2();
|
||||
}
|
||||
|
||||
public static String test3() {
|
||||
return A.test3("JAVA");
|
||||
}
|
||||
|
||||
public static String test4() {
|
||||
return A.getC();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user