blob: f30e2b78aba2052a39ff9686a1c0cc1eb7662625 [file] [log] [blame]
// "Add empty brackets after primary constructor" "true"
class Fruit private constructor<caret> {
}