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:
Pavel V. Talanov
2016-02-25 14:08:33 +03:00
parent 7b1afa1e01
commit 77f74a929a
6 changed files with 50 additions and 13 deletions
@@ -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>() {