Fix absence of reference for type parameters

This commit is contained in:
Nikolay Krasko
2013-07-29 17:18:26 +04:00
parent b3f0a23c1d
commit 7ec170f6ec
5 changed files with 45 additions and 0 deletions
@@ -0,0 +1,10 @@
package testing
fun <T> someFun() {
fun innerFun(a: <caret>T) {
}
}
// REF: T