Reformat expression body property accessors
#KT-17394 Fixed
This commit is contained in:
+4
-3
@@ -3,11 +3,12 @@ interface T {
|
||||
}
|
||||
|
||||
class A(val n: Int) {
|
||||
val foo get() = object : T {
|
||||
override fun bar() {
|
||||
val foo
|
||||
get() = object : T {
|
||||
override fun bar() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user