Add test on override with expect in return type
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
expect class Expect
|
||||
|
||||
interface Base {
|
||||
fun expectInReturnType(): Expect
|
||||
|
||||
fun expectInArgument(e: Expect)
|
||||
|
||||
fun Expect.expectInReceiver()
|
||||
}
|
||||
Reference in New Issue
Block a user