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 {
|
fun box(): String {
|
||||||
check(::K)
|
check(::K)
|
||||||
|
check(K::Nested)
|
||||||
// Workaround KT-8596
|
|
||||||
val nested = K::Nested
|
|
||||||
check(nested)
|
|
||||||
|
|
||||||
check(K::Inner)
|
check(K::Inner)
|
||||||
check(::Secondary)
|
check(::Secondary)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user