[AA LC] Don't create light methods if value class is present in signature

^KT-55788

Test `parameter_jvmInline.kt` is removed because now members with value
  classes are not included in light classes and don't have PSI representation
This commit is contained in:
Dmitriy Novozhilov
2022-09-14 16:29:43 +03:00
committed by Space Team
parent 16b72d3e54
commit faa96ec7c0
21 changed files with 466 additions and 32 deletions
@@ -1,4 +0,0 @@
@kotlin.jvm.JvmInline
value class MyInt(val value: Int)
fun box(i<caret> : MyInt) {}
@@ -1,2 +0,0 @@
KtType: MyInt
PsiType: PsiType:int