Ignore test that fail due to KT-23284

This commit is contained in:
Pavel Punegov
2018-03-29 14:53:59 +03:00
committed by Pavel Punegov
parent d7c49bfd46
commit 8955d247b1
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
fun Int.thisRef1() = fun () = this
fun Int.thisRef2() = fun (): Int {return this}