summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/intentions/changeVisibility/protected/notForInterfaceMember.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/idea/tests/testData/intentions/changeVisibility/protected/notForInterfaceMember.kt')
-rw-r--r--plugins/kotlin/idea/tests/testData/intentions/changeVisibility/protected/notForInterfaceMember.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/kotlin/idea/tests/testData/intentions/changeVisibility/protected/notForInterfaceMember.kt b/plugins/kotlin/idea/tests/testData/intentions/changeVisibility/protected/notForInterfaceMember.kt
new file mode 100644
index 000000000000..40eeb5632d1e
--- /dev/null
+++ b/plugins/kotlin/idea/tests/testData/intentions/changeVisibility/protected/notForInterfaceMember.kt
@@ -0,0 +1,4 @@
+// IS_APPLICABLE: false
+interface Foo {
+ <caret>val bar: String
+} \ No newline at end of file