Fixed class names shortening

This commit is contained in:
Valentin Kipyatkov
2015-06-18 19:43:05 +03:00
parent 55e9a3b851
commit ce6668b5ba
4 changed files with 26 additions and 8 deletions
@@ -0,0 +1,5 @@
fun foo(xxx: java.io.File?)
fun bar(x<caret>)
// ELEMENT: xxx
@@ -0,0 +1,7 @@
import java.io.File
fun foo(xxx: java.io.File?)
fun bar(xxx: File?<caret>)
// ELEMENT: xxx