mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
9 lines
89 B
Java
Vendored
9 lines
89 B
Java
Vendored
package test;
|
|
|
|
|
|
class IntWithDefault {
|
|
{
|
|
int r = TestPackage.www(1);
|
|
}
|
|
}
|