// RUN: %swift %s -parse -verify // Test case submitted to project by https://github.com/practicalswift (practicalswift) protocol b { var a: c { get } } class c { }