FIR Java: fix constructor enhancements

Before this commit,
we generated regular member functions as constructor enhancement.
Now, we generate constructors as constructor enhancement.
This commit is contained in:
Mikhail Glukhikh
2019-04-16 16:26:07 +03:00
parent 2e966a7ded
commit 2476c0299f
18 changed files with 75 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
public final class Simple : R|java/lang/Object| {
public final fun Simple(): R|test/Simple|
public constructor(): R|test/Simple|
}