mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
writing java method signatures
All tests pass, but it does not mean nothing is broken.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
class Hello {
|
||||
public static void xx() {
|
||||
int x = namespace.f();
|
||||
String s = namespace.f();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user