mirror of https://github.com/adamdruppe/arsd.git
doc wrong
This commit is contained in:
parent
56fe895a81
commit
c4a2277f6b
2
jni.d
2
jni.d
|
@ -257,7 +257,7 @@ interface CharSequence : JavaInterface!("java.lang", CharSequence) {
|
||||||
string whatever();
|
string whatever();
|
||||||
}
|
}
|
||||||
|
|
||||||
final class Foo : IFoo, JavaClass!("com.example", Foo) {
|
final class Foo : JavaClass!("com.example", Foo), IFoo {
|
||||||
// need to tell D that the implementation exists, just in Java.
|
// need to tell D that the implementation exists, just in Java.
|
||||||
// (This actually generates the D implementation that just forwards to the existing java method)
|
// (This actually generates the D implementation that just forwards to the existing java method)
|
||||||
@Import string whatever();
|
@Import string whatever();
|
||||||
|
|
Loading…
Reference in New Issue