<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">In latest Xcode(8.2.1), playground</div>
<div class=""><br class="">
</div>
struct S1 {
<div class="">&nbsp; var v = 1 {</div>
<div class="">&nbsp; &nbsp; get { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // report Error: Use of unresolved identifier ¡®get'</div>
<div class="">&nbsp; &nbsp; &nbsp; return self.v. &nbsp; &nbsp;// report Error: Use of unresolved identifier ¡®self'</div>
<div class="">&nbsp; &nbsp;}</div>
<div class="">}</div>
<div class=""><br class="">
</div>
<div class="">I can¡¯t found the reason about the error.</div>
<div class="">
<div style="margin: 0px; font-size: 13px; line-height: normal; font-family: 'Source Code Pro Light'; color: rgb(117, 144, 219); min-height: 17px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span></div>
</div>
</body>
</html>