Minor, add test for obsolete issue

#KT-12843 Obsolete
This commit is contained in:
Alexander Udalov
2016-08-08 15:42:52 +03:00
parent 6ff91d1399
commit de68d96236
3 changed files with 24 additions and 0 deletions
@@ -0,0 +1,6 @@
class Foo {
fun bar() {}
fun f() = <!UNRESOLVED_REFERENCE!>Unresolved<!>()::bar
}
val f: () -> Unit = <!UNRESOLVED_REFERENCE!>Unresolved<!>()::<!UNRESOLVED_REFERENCE!>foo<!>