Enhanced constructor descriptor should not loose its source!

#KT-11256 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-03-01 16:08:31 +03:00
parent 508e1937d6
commit 5aca50b4ca
4 changed files with 20 additions and 1 deletions
@@ -0,0 +1,6 @@
import org.jetbrains.annotations.NotNull;
public class JavaClass {
public JavaClass(@NotNull String s) {
}
}