blob: 11aac7c5cb189570a85d09c72352c25f8b203b32 [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package cases.internal
public class PublicClass internal constructor() {
internal val property = 1
internal fun function() = property
}