KT-7135 Java to Kotlin converter should update usages in Java and Koltin code in the rest of the project
#KT-7135 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
open class JavaClass {
|
||||
public var field: Int = 0
|
||||
|
||||
public var property: Int = 0
|
||||
protected set
|
||||
}
|
||||
Reference in New Issue
Block a user