[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,5 +1,5 @@
|
||||
public abstract interface StringConstantInParam : R|kotlin/Any| {
|
||||
public final static field HEL: R|kotlin/String!| = String(hel)
|
||||
public final static field HEL: R|kotlin/String| = String(hel)
|
||||
|
||||
public final annotation class Anno : R|kotlin/Annotation| {
|
||||
public constructor(value: R|kotlin/String|): R|test/StringConstantInParam.Anno|
|
||||
|
||||
Reference in New Issue
Block a user