Minor: Fix outdated test

This commit is contained in:
Steven Schäfer
2019-09-27 13:21:56 +02:00
committed by Alexander Udalov
parent 3db3f5bf7f
commit 3098723406
@@ -27,11 +27,7 @@ fun check(f: KFunction<Any>) {
fun box(): String {
check(::K)
// Workaround KT-8596
val nested = K::Nested
check(nested)
check(K::Nested)
check(K::Inner)
check(::Secondary)