AA: add test about PsiType for @JvmInline value class

This commit is contained in:
Jinseong Jeon
2022-10-26 22:52:49 -07:00
committed by Ilya Kirillov
parent c9a2e10dd7
commit 542ca68aba
7 changed files with 32 additions and 0 deletions
@@ -0,0 +1,2 @@
KtType: MyInt
PsiType: PsiType:int
@@ -0,0 +1,4 @@
@kotlin.jvm.JvmInline
value class MyInt(val value: Int)
fun box(i<caret> : MyInt) {}
@@ -0,0 +1,2 @@
KtType: MyInt
PsiType: PsiType:MyInt