KT-1920 Don't complete java.lang.Double for the prefix Double

#KT-1920 fixed
This commit is contained in:
Nikolay Krasko
2012-06-01 13:27:10 +04:00
parent ee1e7d5906
commit 32b70db6b2
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,7 @@
fun some(a: Double<caret>) {
}
// COMPLETE: 2
// WITH_ORDER: 1
// EXIST: Double~(jet)
// EXIST: Double~(java.lang)