Minor: Fix outdated test
This commit is contained in:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user