FIR: add test repeating a problem with annotation mapping (KT-48298)
This commit is contained in:
committed by
TeamCityServer
parent
ab158a53c3
commit
6660c9b26b
@@ -0,0 +1,24 @@
|
||||
// Library part (build by FE 1.0)
|
||||
|
||||
//package lib
|
||||
//
|
||||
//@Target(AnnotationTarget.PROPERTY, AnnotationTarget.FIELD)
|
||||
//annotation class Property(
|
||||
// val description: String = "",
|
||||
// val ignore: Boolean = false,
|
||||
//
|
||||
// val externalName: String = ""
|
||||
//)
|
||||
//
|
||||
//open class LocatableRunConfigurationOptions {
|
||||
// @Property(ignore = true)
|
||||
// val isNameGenerated by lazy { false }
|
||||
//}
|
||||
|
||||
// Main part
|
||||
|
||||
package use
|
||||
|
||||
import lib.LocatableRunConfigurationOptions
|
||||
|
||||
class JvmMainMethodRunConfigurationOptions : LocatableRunConfigurationOptions()
|
||||
Reference in New Issue
Block a user