FIR: Support this resolve

This commit is contained in:
Simon Ogorodnik
2019-03-07 16:01:22 +03:00
parent 9dc6d93070
commit 3867b255f2
5 changed files with 96 additions and 13 deletions
@@ -7,6 +7,6 @@ FILE: noPrimaryConstructor.kt
this#.x# = x#
}
public? constructor(): this<NoPrimary>(String())
public? constructor(): this<R|NoPrimary|>(String())
}