J2K breaks code if applied to a java class with static field which is accessed from another java class
#KT-11587 Fixed
This commit is contained in:
@@ -5,4 +5,9 @@ open class JavaClass {
|
||||
|
||||
var property = 0
|
||||
protected set
|
||||
|
||||
companion object {
|
||||
|
||||
val NAME = "Bar"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user