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