[Spec tests] Add tests for expressions and statements
This commit is contained in:
committed by
Victor Petukhov
parent
5f4a94a1b3
commit
5986ffae1e
Vendored
+4
-1
@@ -1,6 +1,9 @@
|
||||
// !DIAGNOSTICS: -UNUSED_VARIABLE
|
||||
// !CHECK_TYPE
|
||||
|
||||
/*
|
||||
* RELEVANT SPEC SENTENCES (spec version: 0.1-220, test type: pos):
|
||||
* - expressions, call-and-property-access-expressions, callable-references -> paragraph 11 -> sentence 3
|
||||
*/
|
||||
import kotlin.reflect.KFunction0
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user