'quick' directory renamed to 'tests' which reflects its contents
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
abstract class ReadNonexistent {
|
||||
abstract val aa: Int
|
||||
|
||||
fun ff() = <!UNRESOLVED_REFERENCE!>$aa<!>
|
||||
}
|
||||
Reference in New Issue
Block a user