Don't report inapplicable target for 'inline' keyword on property and its accessors

This commit is contained in:
Mikhael Bogdanov
2016-06-20 16:17:58 +03:00
parent db5d9940df
commit 2cc177255f
4 changed files with 5 additions and 9 deletions
@@ -29,7 +29,6 @@ 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