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