b32859cf68
#KT-11633 Fixed
12 lines
190 B
Plaintext
Vendored
12 lines
190 B
Plaintext
Vendored
import java.util.Date
|
|
|
|
data class Test(
|
|
@Deprecated("Other")
|
|
val some: Int? = 1,
|
|
val other: Date = Date(<caret>),
|
|
val test: Int
|
|
)
|
|
|
|
// ELEMENT: Date
|
|
// TAIL_TEXT: "(...) (java.util)"
|