[TD] Update order of directives

This commit is contained in:
Dmitriy Novozhilov
2021-01-20 16:47:38 +03:00
committed by TeamCityServer
parent bdcb8aecab
commit 8286a160bd
8 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -1,3 +1,5 @@
// WITH_RUNTIME
// FULL_JDK
// FILE: OverloadResolutionResultsImpl.java
import java.util.*;
@@ -18,8 +20,6 @@ public class OverloadResolutionResultsImpl<D> {
}
// FILE: AllCandidates.kt
// WITH_RUNTIME
// FULL_JDK
class ResolvedCall<C>