[minor] scripting fixes in obsolete and test code...
relax acceptedAnnotations extraction rules for obsolete script template handling code - the previous variant was failing on the typealias comparison also reduce warnings and possible exceptions on some test execution paths
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ open class KotlinScriptDefinitionFromAnnotatedTemplate(
|
||||
left.parameters.size == right.parameters.size &&
|
||||
left.parameters.zip(right.parameters).all {
|
||||
it.first.kind == KParameter.Kind.INSTANCE ||
|
||||
it.first.type == it.second.type
|
||||
it.first.name == it.second.name
|
||||
}
|
||||
|
||||
val resolveFunctions = getResolveFunctions()
|
||||
|
||||
Reference in New Issue
Block a user