psi2ir: additional tests for dynamic expressions: '?:', '!!'

This commit is contained in:
Dmitry Petrov
2019-02-12 16:53:59 +03:00
parent 83b2fed5be
commit 5b4b22a8b6
5 changed files with 46 additions and 0 deletions
@@ -0,0 +1 @@
fun test(d: dynamic) = d ?: "other"