<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=""> var v = 1 {</div>
<div class=""> get { // report Error: Use of unresolved identifier ¡®get'</div>
<div class=""> return self.v. // report Error: Use of unresolved identifier ¡®self'</div>
<div class=""> }</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>