Test: visibility of inline class members

Also merge in testInlineClassWrapperPrimaryConstructorIsSynthetic
and testInlineClassConstructors.
This commit is contained in:
Dmitry Petrov
2018-09-05 15:20:31 +03:00
parent d8a6db8774
commit 43b4190f7c
7 changed files with 88 additions and 40 deletions
@@ -1,6 +0,0 @@
// !LANGUAGE: +InlineClasses
inline class Z(val x: Int)
// 1 private synthetic <init>\(I\)V
// 1 public static constructor\(I\)I