diff options
Diffstat (limited to 'plugins/base/src/test/kotlin/content/properties/ContentForClassWithParamsAndPropertiesTest.kt')
-rw-r--r-- | plugins/base/src/test/kotlin/content/properties/ContentForClassWithParamsAndPropertiesTest.kt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/base/src/test/kotlin/content/properties/ContentForClassWithParamsAndPropertiesTest.kt b/plugins/base/src/test/kotlin/content/properties/ContentForClassWithParamsAndPropertiesTest.kt index e4abb9af..d244567f 100644 --- a/plugins/base/src/test/kotlin/content/properties/ContentForClassWithParamsAndPropertiesTest.kt +++ b/plugins/base/src/test/kotlin/content/properties/ContentForClassWithParamsAndPropertiesTest.kt @@ -1,3 +1,7 @@ +/* + * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. + */ + package content.properties import org.jetbrains.dokka.base.testApi.testRunner.BaseAbstractTest |