[K2] Revert changes done in KT-61786
Changes in this ticket remove type enhancement in java fields for K2. But after KT-61920 fix, we can actually support it.
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
/test.kt:(154,158): error: Overload resolution ambiguity between candidates: [static field SOME: String!, static enum entry SOME: SomeEnum]
|
||||
/test.kt:(154,158): error: Overload resolution ambiguity between candidates: [static field SOME: String, static enum entry SOME: SomeEnum]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
/test.kt:(160,164): error: Overload resolution ambiguity between candidates: [static field SOME: String!, static enum entry SOME: SomeEnum]
|
||||
/test.kt:(160,164): error: Overload resolution ambiguity between candidates: [static field SOME: String, static enum entry SOME: SomeEnum]
|
||||
|
||||
Reference in New Issue
Block a user