Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
usePropertyAccessSyntax
/
setReservedWord2.1.java
blob: 0286d72fca34d0396d87f2a097cf61c91d097448 [
file
] [
log
] [
blame
]
public
class
Foo
{
private
String
typeof
;
public
String
getTypeof
()
{
return
typeof
;
}
public
void
setTypeof
(
String
typeof
)
{
this
.
typeof
=
typeof
;
}
}