Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
structureView
/
fileStructure
/
InheritedSAMConversion.Data.java
blob: 7c44096e4a9a796103b74e021231204a39dc8197 [
file
]
public
class
TestSAM
{
public
interface
SamClass
{
void
foo
();
}
void
foo
(
SamClass
samClass
)
{
}
}