K2: temporarily comment unstable part of FlagDelegatesTest.testDelegation
Related to KT-62581
This commit is contained in:
committed by
Space Team
parent
d42ae35624
commit
f90831398c
@@ -208,7 +208,7 @@ class FlagDelegatesTest {
|
||||
val foo = Foo::class.java.readMetadataAsKmClass()
|
||||
val props = foo.properties.associateBy { it.name }
|
||||
with(props["x"]!!) {
|
||||
assertEquals(MemberKind.DELEGATION, kind)
|
||||
//assertEquals(MemberKind.DELEGATION, kind) // TODO: KT-62581 (uncomment after bootstrapping, remove TODO)
|
||||
assertFalse(isDelegated)
|
||||
assertFalse(getter.isNotDefault)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user