Added test for inlining accessors of const properties (#4589)
(cherry picked from commit fa4cd091ae9160b97d79bd318cc92f76ada82fec)
This commit is contained in:
committed by
Stanislav Erokhin
parent
55bbc35a31
commit
55cb50e15b
@@ -3229,6 +3229,11 @@ task inline_defaultArgs(type: KonanLocalTest) {
|
||||
source = "codegen/inline/defaultArgs.kt"
|
||||
}
|
||||
|
||||
task inline_propertyAccessorInline(type: KonanLocalTest) {
|
||||
goldValue = "123\n42\n"
|
||||
source = "codegen/inline/propertyAccessorInline.kt"
|
||||
}
|
||||
|
||||
task inline_twiceInlinedObject(type: KonanLocalTest) {
|
||||
goldValue = "Ok\n"
|
||||
source = "codegen/inline/twiceInlinedObject.kt"
|
||||
|
||||
Reference in New Issue
Block a user