FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
fun kotlin.String.fromString(what: kotlin.Int, oops: kotlin.collections.Map<MyType<kotlin.Boolean>, kotlin.collections.MutableList<kotlin.Boolean>>): kotlin.Unit {}
|
||||
|
||||
fun <T : kotlin.Number >kotlin.String.foo(what: kotlin.Int): kotlin.String { TODO() }
|
||||
|
||||
fun <T> kotlin.String.withWhere(what: kotlin.Int): T where T : kotlin.Number, T: kotlin.Comparable<kotlin.Number> { TODO() }
|
||||
|
||||
class MyType<in F>
|
||||
Reference in New Issue
Block a user