Revision d660aa8a8178625bbd1b80b02f5b4b904970b85d authored by Doug Gregor on 22 January 2016, 04:52:16 UTC, committed by Doug Gregor on 22 January 2016, 05:39:41 UTC
When a function is renamed to a property, we can now express this
transformation with
@swift3_migration(renamedToProperty="propName"). Update the migration
to handle rewriting declarations and use sites for this change.
1 parent 7d2b4d8
Raw File
layout.html
{% extends "!layout.html" %}

{% block extrahead %}
<style type="text/css">
  table.right { float: right; margin-left: 20px; }
  table.right td { border: 1px solid #ccc; }
</style>
{% endblock %}

{% block rootrellink %}
  <li><a href="{{ pathto('index') }}">Swift Home</a>&nbsp;|&nbsp;</li>
{% endblock %}
back to top