A navigation test for one fake override

This commit is contained in:
Andrey Breslav
2013-08-28 13:52:46 +04:00
parent 9fa8ee10dc
commit aa6a509e8d
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,9 @@
var x : Int <caret>by Baz()
trait Foo {
fun get(p1: Any?, p2: Any?): Int = 1
}
class Baz: Foo
// REF: (in Foo).get(Any?,Any?)