Do not use Kotlin in Java files in find usages tests

This commit is contained in:
Nikolay Krasko
2018-08-08 19:06:49 +03:00
parent fce21d1082
commit 71bdda0980
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
// FIND_BY_REF
// WITH_FILE_NAME
class J extends A {
constructor(n: Int) {
J(int n) {
super(n);
}