Pseudocode: Implement computation of expected type predicates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Bar {
|
||||
}
|
||||
|
||||
class Foo() {
|
||||
fun Bar.invoke() {}
|
||||
}
|
||||
|
||||
fun foobar(f: Foo) {
|
||||
Bar().f()
|
||||
}
|
||||
Reference in New Issue
Block a user