Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
copyPaste
/
FileWithNoPackageStatement.java
blob: bb7d6d10a8646db3b1f6ccd4676741265a75358b [
file
] [
log
] [
blame
]
package
helloWorld
;
// sample class
<
selection
>
public
class
JavaClass
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Hello, world!"
);
}
}
</
selection
>