FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
interface Any
|
||||
inline fun <reified T : Any> Any.safeAs(): T?
|
||||
abstract class Summator {
|
||||
abstract fun <T> plus(first: T, second: T): T
|
||||
}
|
||||
Reference in New Issue
Block a user