Fix test data for quick doc test

(cherry picked from commit 57589e3)
This commit is contained in:
Pavel V. Talanov
2015-10-15 21:03:55 +03:00
committed by Dmitry Petrov
parent 9b7f22d2c7
commit 5cf1417511
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
package server
import some.SomePackage
import some.TopLevelMethodFromJava_DataKt
class Testing {
void test() {
SomePackage.<caret>foo(12);
TopLevelMethodFromJava_DataKt.<caret>foo(12);
}
}