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,9 @@
package test
class A
class Test {
fun some(a: <caret>A) = 12
}
// REF: (test).A