[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
public final class UnboundWildcard : R|kotlin/Any| {
|
||||
public final fun foo(): R|test/UnboundWildcard.MyClass<*>?|
|
||||
|
||||
public constructor(): R|test/UnboundWildcard|
|
||||
|
||||
public abstract interface MyClass<T : R|kotlin/CharSequence?|> : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user