Add 'not linked' kind of spec tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun _funWithoutArgs(): Int {
|
||||
return Any().hashCode().toInt()
|
||||
}
|
||||
|
||||
fun _funWithAnyArg(value_1: Any): Int {
|
||||
return value_1.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user