Make inline class wrapper constructor private

This commit is contained in:
Dmitry Petrov
2018-09-05 14:42:28 +03:00
parent c094b3a5a2
commit 0bd1c4d1b7
8 changed files with 29 additions and 12 deletions
@@ -2,5 +2,5 @@
inline class Z(val x: Int)
// 1 public synthetic <init>\(I\)V
// 1 private synthetic <init>\(I\)V
// 1 public static constructor\(I\)I