KT-3576 Getters for float constants in objects always return 0.0 when constants are less than 1.0
#KT-3576 Fixed
This commit is contained in:
@@ -3336,6 +3336,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/primitiveTypes/kt3078.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3576.kt")
|
||||
public void testKt3576() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/primitiveTypes/kt3576.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt446.kt")
|
||||
public void testKt446() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/primitiveTypes/kt446.kt");
|
||||
|
||||
Reference in New Issue
Block a user