mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
9 lines
110 B
Java
Vendored
9 lines
110 B
Java
Vendored
package test;
|
|
|
|
class My {
|
|
|
|
int foo(@local int i) {
|
|
@local int j = i + 1;
|
|
return j;
|
|
}
|
|
} |