blob: 2410b657914bc31b55c48acd2321a40a144925ff [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
internal class InternalClass {
public val property = 1
public fun function() = property
}