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,16 @@
|
||||
package test
|
||||
|
||||
open class ClassWithStatics {
|
||||
public fun instanceMethod() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
public fun staticMethod(p: Int) {
|
||||
}
|
||||
|
||||
public val staticField: Int = 1
|
||||
|
||||
public var value: Int = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user