[TD] Update order of directives
This commit is contained in:
committed by
TeamCityServer
parent
bdcb8aecab
commit
8286a160bd
+2
-2
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// !DUMP_DEPENDENCIES
|
||||
// FILE: J.java
|
||||
|
||||
@@ -10,5 +11,4 @@ public class J {
|
||||
|
||||
|
||||
// FILE: javaNestedClass.kt
|
||||
// FIR_IDENTICAL
|
||||
fun test(jj: J.JJ) = jj.foo()
|
||||
fun test(jj: J.JJ) = jj.foo()
|
||||
|
||||
Reference in New Issue
Block a user