mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
fix tests
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package foo;
|
||||
|
||||
class A {
|
||||
int getAnswer(String[] array, int number, Object value) {
|
||||
public int getAnswer(String[] array, int number, Object value) {
|
||||
return 42;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user