mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Kotlin: Move tests from test/kotlin to test-kotlin1
Matches test-kotlin2
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package j;
|
||||
|
||||
interface A<T> {
|
||||
void foo(T t);
|
||||
}
|
||||
Reference in New Issue
Block a user