Prohibit inline modifier on property, getter or setter

This commit is contained in:
Alexey Tsvetkov
2015-10-17 00:43:37 +03:00
parent 7a1b6ed13f
commit c459e78a7d
5 changed files with 10 additions and 6 deletions
@@ -29,6 +29,7 @@ package illegal_modifiers {
public final class FinalClass {
public constructor FinalClass()
public final val f: () -> kotlin.Unit
public final val i: kotlin.Int = 1
public final var j: kotlin.Int
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean