Added tests for parameter names in function type from SAM-adapter + fixed KT-13861

#KT-13861 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-09-14 21:38:26 +03:00
parent 59269ef1ae
commit a62a37f6d8
11 changed files with 79 additions and 10 deletions
@@ -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>() {