Add test case on overriding property of expect-type
Current behaviour is undesired, the fix is in the next commit
This commit is contained in:
@@ -6,4 +6,8 @@ interface Base {
|
||||
fun expectInArgument(e: Expect)
|
||||
|
||||
fun Expect.expectInReceiver()
|
||||
|
||||
val expectVal: Expect
|
||||
|
||||
var expectVar: Expect
|
||||
}
|
||||
Reference in New Issue
Block a user