cretz / pratphall

A typed language targeting PHP (abandoned)
http://cretz.github.io/pratphall/
Other
45 stars 5 forks source link

Member functions not keeping doc blocks #1

Closed cretz closed 11 years ago

cretz commented 11 years ago

Comments aren't coming across on:

class Test {
  /**
  */
  test() {
  }
}