Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
specifyVisibilityInExplicitApiMode
/
constructor.kt.after
blob: 2a9aeb313477ae848a53fd097ffabead47671b65 [
file
]
// "Make '<init>' public explicitly" "true"
// COMPILER_ARGUMENTS: -Xexplicit-api=strict
public
class
Foo5
{
public
constructor
()
{}
}