Update to Idea EAP 134.1342

This commit is contained in:
Nikolay Krasko
2014-02-28 02:46:46 +04:00
parent b0e62315fd
commit 3228630ec5
6 changed files with 11 additions and 11 deletions
@@ -1,6 +1,6 @@
import org.jetbrains.annotations.NotNull;
public class Small {
class Small {
void test(@NotNull String hi) {
}
}