Load static final fields of appropriate types from Java as const
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ public interface StringConstantInParam {
|
||||
}
|
||||
|
||||
// Static members
|
||||
public final val HEL: kotlin.String = "hel"
|
||||
public const final val HEL: kotlin.String = "hel"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user