Resolve invoke on class objects and enum entries
Added FakeCallableDescriptorForObject to make a resolved call with object as variable in 'variable as function call' #KT-4321 Fixed #KT-4863 Fixed
This commit is contained in:
@@ -128,6 +128,7 @@ fun main(args: Array<String>) {
|
||||
model("diagnostics/tests")
|
||||
model("diagnostics/tests/script", extension = "kts")
|
||||
model("codegen/box/functions/tailRecursion")
|
||||
model("codegen/box/functions/invoke/onObjects")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractJetDiagnosticsTestWithStdLib>()) {
|
||||
|
||||
Reference in New Issue
Block a user