[LL FIR] add more tests on specific members resolve

^KT-56550
This commit is contained in:
Dmitrii Gridin
2023-05-01 16:13:29 +02:00
committed by Space Team
parent 228b1852b1
commit d29da18b60
17 changed files with 2394 additions and 4 deletions
@@ -0,0 +1,5 @@
// MEMBER_CLASS_FILTER: org.jetbrains.kotlin.fir.symbols.impl.FirNamedFunctionSymbol
// MEMBER_NAME_FILTER: copy
package one
data class Data<caret>Class(val i: Int, val b: Boolean)