Scratch: test alignment of inlays

This commit is contained in:
Natalia Selezneva
2018-05-16 12:46:55 +03:00
parent 5da0252651
commit e3b6fad2cd
23 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ class MyClass {
fun foo() = 1
}
MyClass().foo() // RESULT: 1
MyClass().foo() // RESULT: 1
interface I {
fun foo(): Int
@@ -11,4 +11,4 @@ interface I {
val i = object: I {
override fun foo(): Int = 1
}
i.foo() // RESULT: 1
i.foo() // RESULT: 1