24476fc581
Property is placed now before first property, or at the beginning of class body if no properties found. #KT-18044 Fixed
8 lines
84 B
Kotlin
Vendored
8 lines
84 B
Kotlin
Vendored
class TestClass(val <caret>text: String) {
|
|
|
|
val p1 = 0
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |