public class Test
{
<caret here>publicint Property
}
i've started typing a property, but suddenly realized that I want it to be internal, but when I invoke 'To internal' context action, the class itself is being made internal instead of the property
Description
Given the following code:
public class Test
{
<caret here>publicint Property
}
i've started typing a property, but suddenly realized that I want it to be internal, but when I invoke 'To internal' context action, the class itself is being made internal instead of the property