Don't mess up with configuring project descriptors in PullPush tests
This commit fixes tests in 173 branch.
This commit is contained in:
@@ -15,7 +15,7 @@ interface A {
|
||||
var X = "1" + "2"
|
||||
|
||||
// INFO: {"checked": "true"}
|
||||
@JvmStatic
|
||||
@kotlin.jvm.JvmStatic
|
||||
fun foo2(n: Int): String {
|
||||
return "_" + n + "_"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user