Quick Fixes: Fix adding parameter to Java constructor

#KT-24574 In Progress
This commit is contained in:
Alexey Sedunov
2018-05-24 20:12:36 +03:00
parent 6e25db990d
commit 35517a8253
12 changed files with 72 additions and 4 deletions
@@ -0,0 +1,3 @@
class Foo {
void bar(int n, String s) {}
}