Minor, fix case in test data file name

This commit is contained in:
Alexander Udalov
2016-04-18 17:23:05 +03:00
parent bd5af61879
commit e941ba761a
+11
View File
@@ -0,0 +1,11 @@
import java.util.Date
data class Test(
@Deprecated("Other")
val some: Int? = 1,
val other: Date = <selection>java.util.Date()</selection>,
val test: Int
)
// ELEMENT: Date
// TAIL_TEXT: "(...) (java.util)"