Added tests for parameter names in function type from SAM-adapter + fixed KT-13861
#KT-13861 Fixed
This commit is contained in:
@@ -458,7 +458,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractParameterInfoTest>() {
|
||||
model("parameterInfo", recursive = true, excludeDirs = listOf("withLib/sharedLib"))
|
||||
model("parameterInfo", recursive = true, excludeDirs = listOf("withLib1/sharedLib", "withLib2/sharedLib", "withLib3/sharedLib"))
|
||||
}
|
||||
|
||||
testClass<AbstractKotlinGotoTest>() {
|
||||
|
||||
Reference in New Issue
Block a user