[NI] Use projected type for constraint like Cap(out A) <: out @Exact T
This is an implicit semantics of Exact annotation
This commit is contained in:
+5
@@ -9849,6 +9849,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/useReflectionOnKProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("valByMapDelegatedProperty.kt")
|
||||
public void testValByMapDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/valByMapDelegatedProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("valInInnerClass.kt")
|
||||
public void testValInInnerClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/valInInnerClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user