Revert 06215ca932
It led to parameter names missing in parameter info and completion for compiled java code used from kotlin See KT-11039
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2010-2015 JetBrains s.r.o.
|
||||
* Copyright 2010-2016 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -426,7 +426,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractParameterInfoTest>() {
|
||||
model("parameterInfo", recursive = true)
|
||||
model("parameterInfo", recursive = true, excludeDirs = listOf("withLib/sharedLib"))
|
||||
}
|
||||
|
||||
testClass<AbstractKotlinGotoTest>() {
|
||||
|
||||
Reference in New Issue
Block a user