[TD] Update order of directives
This commit is contained in:
committed by
TeamCityServer
parent
bdcb8aecab
commit
8286a160bd
@@ -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>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
// FILE: Pair.java
|
||||
|
||||
public class Pair<A, B> {
|
||||
@@ -26,8 +27,6 @@ public interface FilePath {
|
||||
|
||||
// FILE: typeParameterFromJavaClass.kt
|
||||
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(movedPaths: MutableList<Couple<FilePath>>) {
|
||||
movedPaths.forEach { it.second.name }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user