Enhanced constructor descriptor should not loose its source!
#KT-11256 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class JavaClass {
|
||||
public JavaClass(@NotNull String s) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user