store unsubstituted descriptor as REFERENCE_TARGET

This commit is contained in:
Svetlana Isakova
2014-01-14 15:50:17 +04:00
parent 8868da8c5f
commit 64e13114e2
7 changed files with 33 additions and 4 deletions
@@ -27,6 +27,8 @@ package testData.libraries
[public fun func(str: jet.String): jet.Unit { /* compiled code */ }]
[public fun <T> genericFunc(): T { /* compiled code */ }]
[public fun main(args: jet.Array<jet.String>): jet.Unit { /* compiled code */ }]
[public fun processDouble(d: jet.Double): jet.Unit { /* compiled code */ }]