mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Introduce JavaAgainstKotlinBinariesTest
This commit is contained in:
6
idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/ImplementedMethodsFromTraits.java
vendored
Normal file
6
idea/testData/kotlinAndJavaChecker/javaAgainstKotlin/ImplementedMethodsFromTraits.java
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
class C {
|
||||
public C(B b, A a) {
|
||||
a.foo();
|
||||
b.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user