Fixed class names shortening
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun foo(xxx: java.io.File?)
|
||||
|
||||
fun bar(x<caret>)
|
||||
|
||||
// ELEMENT: xxx
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import java.io.File
|
||||
|
||||
fun foo(xxx: java.io.File?)
|
||||
|
||||
fun bar(xxx: File?<caret>)
|
||||
|
||||
// ELEMENT: xxx
|
||||
Reference in New Issue
Block a user