Introduce JavaAgainstKotlinBinariesTest
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package test;
|
||||
|
||||
class EnumAutoGeneratedMethods {
|
||||
void foo() {
|
||||
TestEnum.values();
|
||||
assert TestEnum.valueOf("first") == TestEnum.first;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user