Fixed KT-5434 J2K: incorrect conversion of main method

#KT-5434 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-07-08 21:34:46 +04:00
parent 28e003e79f
commit 2ebaab867d
14 changed files with 83 additions and 57 deletions
@@ -0,0 +1,6 @@
// !forceNotNullTypes: false
//file
public class A {
public static void main(String[] args) {
}
}