AA: add test about PsiType for @JvmInline value class
This commit is contained in:
committed by
Ilya Kirillov
parent
c9a2e10dd7
commit
542ca68aba
+2
@@ -0,0 +1,2 @@
|
||||
KtType: MyInt
|
||||
PsiType: PsiType:int
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
@kotlin.jvm.JvmInline
|
||||
value class MyInt(val value: Int)
|
||||
|
||||
fun box(i<caret> : MyInt) {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
KtType: MyInt
|
||||
PsiType: PsiType:MyInt
|
||||
Reference in New Issue
Block a user