blob: 96a1628c825569410778d86839f870d9b251c25f [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.interfaces
public interface EmptyImpls {
@SinceKotlin("1.1")
val property: String
}