JS: bound callable references (KT-13573).
This commit is contained in:
@@ -1200,13 +1200,17 @@ fun main(args: Array<String>) {
|
||||
model("codegen/boxInline/nonLocalReturns/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractPropertyAccessorsInlineTests>() {
|
||||
testClass<AbstractPropertyAccessorsInlineTests> {
|
||||
model("codegen/boxInline/property/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractNoInlineTests>() {
|
||||
testClass<AbstractNoInlineTests> {
|
||||
model("codegen/boxInline/noInline/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractCallableReferenceInlineTests> {
|
||||
model("codegen/boxInline/callableReference/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user