Support nullable types on left-hand side of ::
#KT-1183 In Progress
This commit is contained in:
@@ -23,6 +23,11 @@ fun ok() {
|
||||
(a::b)()
|
||||
a.(b::c)()
|
||||
a.b::c()
|
||||
|
||||
a?::b
|
||||
a??::b
|
||||
a<b>?::c
|
||||
a<b?,c?>?::d
|
||||
}
|
||||
|
||||
fun err0() {
|
||||
|
||||
Reference in New Issue
Block a user