Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dd4ca2cb43e932606f2630bd1f6f81f9cfb14a2e
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByPsi
/
inlineOnly.java
blob: 1a91fb1b79a1108a949be8c2dc4c37d9d7292de5 [
file
] [
log
] [
blame
]
public
final
class
A
/* A*/
{
@kotlin
.
Suppress
(
names
=
{
"INVISIBLE_REFERENCE"
,
"INVISIBLE_MEMBER"
})
@kotlin
.
internal
.
InlineOnly
()
private
final
void
foo
();
// foo()
public
A
();
// .ctor()
}