Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Class.java
blob: 4e7b8ff7c7d6cffaf73c403bbc4e5845f1fd9adc [
file
] [
log
] [
blame
]
package
test
;
public
class
Class
{
private
final
String
str
;
public
Class
(
String
str
)
{
this
.
str
=
str
;
}
}