Added description of 'FILE' directive for diagnostic tests

This commit is contained in:
Svetlana Isakova
2014-12-04 17:15:27 +03:00
parent 070dba69fa
commit 2440c48f1c
+12 -1
View File
@@ -41,4 +41,15 @@ With that, an exact type of an expression can be checked in the following way:
#### Usage:
// !CHECK_TYPE
// !CHECK_TYPE
### 3. FILE
The directive let you compose a test consisting of several files in one actual file.
#### Usage:
// FILE: A.java
/* Java code */
// FILE: B.kt
/* kotlin code */