Add tests for constructors taking inline class arguments

This commit is contained in:
Steven Schäfer
2019-09-23 14:08:29 +02:00
committed by Alexander Udalov
parent 9389d88232
commit 21af7dfbe1
6 changed files with 41 additions and 0 deletions
@@ -0,0 +1,11 @@
inline class A(val x: Int)
class B(val y: A)
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: A, <init>
// FLAGS: ACC_PRIVATE, ACC_SYNTHETIC
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: B, <init>
// FLAGS: ACC_PRIVATE