Reporter |
Image may be NSFW. Clik here to view. ![]() |
---|---|
Created | Oct 9, 2019, 7:11:57 PM |
Updated | Oct 9, 2019, 7:45:59 PM |
Subsystem | Refactorings |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Critical |
State | Fixed In Branch |
Type | Bug |
Fix version | 2019.3 |
Affected versions | 2019.3 |
Fixed In EAP | Undefined |
VsVersion | All Versions |
Branch | 193-alisa.refactorings.3 |
Branch net193-alisa.refactorings.3
.
JetBrains.ReSharperUltimate.2019.3.EAP2D.Checked.(193.0.20191009.124946-eap02d).
using System;
using System.Collections.Generic;
namespace RefactoringsTest2017.Extract
{
public class ExtractClassSimple2
{
internal string[] InternalProperty { get; set; }
protected internal List<Action> ProtectedInternalProperty { get; set; }
}
}
- Invoke Extract Class on
ExtractClassSimple2
.
Actual result:
Image may be NSFW.
Clik here to view.
Expected result:
Image may be NSFW.
Clik here to view.