[FE 1.0] Don't check star projections in PrivateInlineFunctionsReturningAnonymousObjectsChecker

^KT-56692 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-02-17 16:30:43 +02:00
committed by Space Team
parent 2a022ca9e0
commit cbc8b74e89
6 changed files with 30 additions and 0 deletions
@@ -0,0 +1,5 @@
// FIR_IDENTICAL
// ISSUE: KT-56692
private <!NOTHING_TO_INLINE!>inline<!> fun check(inf: Self<*>) = inf
class Self<T : Self<T>>