AA: add tests about platform types

...as declaration return type or expression type
This commit is contained in:
Jinseong Jeon
2022-09-06 23:03:50 -07:00
committed by Ilya Kirillov
parent c8864369fd
commit 68519af97a
13 changed files with 61 additions and 8 deletions
@@ -0,0 +1 @@
fun foo() = java.lang.String.valueOf(1)
@@ -0,0 +1 @@
foo@(1,1) : kotlin.String!
@@ -0,0 +1 @@
fun foo() = <expr>java.lang.String.valueOf(1)</expr>
@@ -0,0 +1,2 @@
expression: java.lang.String.valueOf(1)
type: kotlin.String!