AA: add tests about platform types
...as declaration return type or expression type
This commit is contained in:
committed by
Ilya Kirillov
parent
c8864369fd
commit
68519af97a
+1
@@ -0,0 +1 @@
|
||||
fun foo() = java.lang.String.valueOf(1)
|
||||
+1
@@ -0,0 +1 @@
|
||||
foo@(1,1) : kotlin.String!
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun foo() = <expr>java.lang.String.valueOf(1)</expr>
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
expression: java.lang.String.valueOf(1)
|
||||
type: kotlin.String!
|
||||
Reference in New Issue
Block a user