Deprecated enum syntax removed: JS plugin tests
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package foo
|
||||
|
||||
enum class Foo {
|
||||
BAR
|
||||
BAR;
|
||||
|
||||
fun test(): () -> String {
|
||||
fun local() = 29
|
||||
|
||||
Reference in New Issue
Block a user