Add test case for obsolete issue

#KT-13172 Fixed
This commit is contained in:
Alexander Udalov
2016-08-09 19:56:29 +03:00
parent bd88b0941d
commit 7b8ee5fba1
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,3 @@
open class A(val x: Any)
class B : A(<!NO_THIS!>this<!>::class)